From: Richard M. Stallman Date: Sat, 11 Jun 1994 20:11:36 +0000 (+0000) Subject: (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91208 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9a6e04e5b0cfe9c1acf6ce5c352dbc42f53fd5c2;p=emacs.git (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case. --- diff --git a/src/xmenu.c b/src/xmenu.c index 3a0e2137cbe..d9ab9739247 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -2251,7 +2251,6 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error) break; case XM_FAILURE: - XMenuDestroy (XDISPLAY menu); *error = "Can't activate menu"; case XM_IA_SELECT: case XM_NO_SELECT: